﻿/*************************** 全局样式 *********************************/
ul li{list-style:none;}
a {color: #fff;text-decoration: none}
a:hover, a:focus, a:active {color: #1cad7e;text-decoration: none;}
a.a-trans {color: #79b1a5}
a.a-trans:hover, a.a-trans:focus, a.a-trans:active {color: #79b1a5}
a.a-danger {color: #cc3217}
a.a-danger:hover, a.a-danger:focus, a.a-danger:active {color: #cc3217}
a.a-dev {color: #ea5e46}
a.a-dev:hover, a.a-dev:focus, a.a-dev:active {color: #ea5e46}
a.a-btn:hover, a.a-btn:focus, a.a-btn:active {text-decoration: none}
a.a-black {font-weight: 600;text-transform: uppercase;text-decoration: none;color: #4d4843;-webkit-transition: all .3s ease-in-out;transition: all .3s ease-in-out}
a.a-black:hover, a.a-black:focus, a.a-black:active {color: #1cad7e}
a.a-blacks {text-transform: uppercase;text-decoration: none;color: #4d4843;-webkit-transition: all .3s ease-in-out;transition: all .3s ease-in-out;padding:5px}
a.a-blacks:hover, a.a-blacks:focus, a.a-blacks:active {color: #1cad7e}
a.a-underline {text-decoration: none;color: #4d4843}
a.a-underline:hover, a.a-underline:focus, a.a-underline:active {text-decoration: none}
a.a-green {color: #1cad7e}
a.a-green2{color:#98d7cc;line-height: 30px;font-size:18px}
a.a-white {color: #fff;text-decoration: none}
a.a-white:hover, a.a-white:focus, a.a-white:active {text-decoration: none;}
a.a-nav{color:#4d4843;text-decoration:none;border-bottom: .25rem solid transparent; border-bottom-color: #4d4843;padding-bottom:23px;}
a.a-nav:hover, a.a-nav:focus, a.a-nav:active {text-decoration: none;}
.link-success a { color: #1cad7e; text-decoration: none;}
.link-success a:hover, a:focus, a:active { color: #1cad7e; text-decoration: none;}
.block {border-top: 1px solid #fff;padding: 12px 0 54px 0;}
/**************数字********************/
.number-label {background: #c4c2c1; -webkit-border-radius: 50%;border-radius: 50%; color: #fff;line-height: 25px;width: 25px;display: inline-block;margin-right: 10px;font-size: 16px;vertical-align: top;font-weight: 700;}
/*超连接按钮 字体大小 padding距离*/
.a-but-p-9-30-s-13 {font-size: 13px;text-transform: none;letter-spacing: 0;margin: 0;padding: 9px 30px;}
/*标题*/
.title h2{padding: 4px 10px;border-bottom: 3px solid #1cad7e}
.jumbotron-section-buttom a button { min-width: 223px; height: 42px;font-size: 14px;box-shadow: 2px 2px 6px 0 rgba(0,0,0,.15);}
/*背景色*/
.section-grey {background-color: #f4f4f4;}
.section-dark {background-color: #4d4843;}
/*统一slider与导航的间距*/
.header-topHeight {margin-top: 66px;}
/*文字带阴影*/
.textShadow-2-3-1{text-shadow: 2px 3px 1px #495057;}
.textShadow-1-1-5{text-shadow: 1px 1px 5px rgba(0,0,0,.8)}
/*文字大小*/
.fontSize-48{font-size:48px;}
.fontSize-18{font-size:18px;}
.fontSize-36{font-size:36px;}
/*文字粗细*/
.fontWeight-400{font-weight: 400;}
.fontWeight-700{font-weight: 700;}
/*遮罩住foot*/
.zIndex-250{margin-bottom:-250px;position: absolute; z-index: 10}
/*页码容器*/
.page-box {margin: 15px 30px;padding-bottom: 30px;}
.page-box:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.location {padding: 5px 0;width: 100%;height: 40px;line-height: 40px;color: #999;font-size: 12px;text-align: left;}
.location a {margin: 0 5px;}
.location span {color: #666;}
.wrapper {position: relative;margin: 0 auto;padding: 0;width: 100%;height: auto;text-align: left;overflow: hidden;}
.wrapper:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.wrap-box {width: 1160px;}

/*注册弹窗*/
.mylogin {z-index: 1024;position: fixed;}
.login_tan {width: 70px;height: 32px;color: #1cad7e; cursor: pointer;border-radius: 3px;background: #FFFFFF;outline: none;border: 1px solid #1ABA79;text-align: center;}
.reg_tan {margin-left: 20px;width: 70px;height: 32px;color: #FFFFFF;cursor: pointer;border-radius: 3px;background: #1ABA79;outline: none;border: none;}
/*登陆注册弹窗*/
.login_box {width: 100%;height: 100%;top: 0;left: 0;position: fixed;display: none;background: rgba(0,0,0,0.8);}
.login {width: 500px;background: #FFF;left: 50%;top: 20%;position: fixed;margin-left: -250px;border-radius: 10px;}
.login_top {width: 500px;height: 70px;line-height: 70px;border-bottom: 1px dashed #ccc;display: block;text-align: center;font-size: 24px;}
.login_top > span {margin-right: 10px;display: block;width: 500px;float: left;}
.login_top > b {display: block;position: absolute;margin-left: 470px;margin-top: -10px;font-weight: 500;cursor: pointer;}
.login_input {padding: 0 40px;}
.login_input > span {display: block;font-size: 17px;color: #666;padding: 15px 0;}
.login_input > input {color: #666;height: 35px;width: 400px;font-size: 14px;border-radius: 5px;border: 1px solid #ccc;padding-left: 15px;}
.login_dlwj {color: red;height: 30px;padding: 10px 40px; /*text-align: center;*/}
.login_dlwj .right a { color: #666;}
.login > a {color: #fff;font-size: 18px;text-align: center;line-height: 35px;display: block;width: 180px;float: right;margin-right: 40px;margin-left: 5px;border-radius: 5px;background: #1cad7e;margin-bottom: 20px;cursor: pointer;}
.login > span {margin-left: 40px;line-height: 50px;}
.login > span a {color: #ee6600;cursor: pointer; }
.login > span .topreg {margin-right: 20px;}
.reg_box {width: 100%;height: 100%;top: 0;left: 0;position: fixed;display: none;background: rgba(0,0,0,0.8);}
.reg {width: 500px;background: #FFF;left: 50%;top: 20%;position: fixed;margin-left: -250px;border-radius: 10px;}
.reg > span {width: 500px;height: 70px;line-height: 70px; /*border-bottom:1px solid #ccc;*/border-bottom: 1px dashed #ccc;display: block;text-align: center;font-size: 24px;margin-bottom: 10px;}
.login_type {clear: both;padding: 30px 40px 20px 40px;}
.login_type > a {width: 200px;height: 40px;line-height: 40px;text-align: center;border-radius: 3px;border: 1px solid #ccc;cursor: pointer;padding: 10px 30px 10px 30px;}
.reg_input {clear: both;padding: 0 40px;}
.reg_input > span {display: block;font-size: 17px; color: #666;padding: 5px 0;}
.reg_input > input {color: #666;height: 35px;width: 100%;border-radius: 5px;border: 1px solid #ccc;padding-left: 15px;font-size: 14px;}
.reg_validation {padding: 5px 40px;}
.reg_validation > span {display: block;font-size: 17px;color: #666;padding: 5px 0;}
.reg_validation > input {height: 35px;color: #666;border-radius: 5px;border: 1px solid #ccc;padding-left: 15px;font-size: 14px;}
.reg_validation > button {color: #1cad7e;font-weight: 500;line-height: 35px;text-align: center;border: 1px solid #1cad7e;border-radius: 5px;cursor: pointer;background: #fff;}
.reg_dlwj {padding: 10px 40px;}
.reg > a {color: #fff;font-size: 18px;text-align: center;line-height: 50px;display: inline-block;width: 180px;float: right;margin-right: 40px;margin-left: 5px;height: 50px;border-radius: 5px;background: #1cad7e;cursor: pointer;}
.reg .reg_span {width: 180px;text-align: left;float: left;margin-left: 40px;line-height: 50px;border: none;}
.reg .reg_span a {color: #ee6600;font-size: 16px;cursor: pointer;}
.reg .reg_span .reg_phone {display: none;}




.find_box {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    background: rgba(0,0,0,0.8);
}

.find {
    width: 500px;
    background: #FFF;
    left: 50%;
    top: 20%;
    position: fixed;
    margin-left: -250px;
    border-radius: 10px;
}

.find_top {
    width: 500px;
    height: 70px;
    line-height: 70px;
    border-bottom: 1px dashed #ccc;
    display: block;
    text-align: center;
    font-size: 24px;
}

    .find_top > span {
        margin-right: 10px;
        display: block;
        width: 500px;
        float: left;
    }

    .find_top > b {
        display: block;
        position: absolute;
        margin-left: 470px;
        margin-top: -10px;
        font-weight: 500;
        cursor: pointer;
    }

.find_input {
    padding: 0 40px;
}

    .find_input > span {
        display: block;
        font-size: 17px;
        color: #666;
        padding: 5px 0;
    }

    .find_input > input {
        color: #666;
        height: 35px;
        width: 100%;
        font-size: 14px;
        border-radius: 5px;
        border: 1px solid #ccc;
        padding-left: 15px;
    }

.find_dlwj {
    color: red;
    height: 30px;
    padding: 10px 40px;
    text-align: center;
}

.find > a {
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    display: block;
    width: 180px;
    height: 50px;
    float: right;
    margin-right: 40px;
    margin-left: 5px; /*margin-top:20px;*/
    border-radius: 5px;
    background: #1cad7e;
    margin-bottom: 20px;
    cursor: pointer;
}

.find > span {
    margin-left: 40px;
    line-height: 50px;
}

    .find > span a {
        color: #ee6600;
        cursor: pointer;
    }
/*下拉按钮*/
.xiala {
    display: none;
    outline: none;
    border: 1px solid #ccc;
    width: 50px;
    height: 35px;
    border-radius: 8px;
    position: absolute;
    right: 30px;
    margin-top: 12px;
    background: #FFFFFF;
}

    .xiala > span {
        width: 20px;
        margin: 0 auto;
        background: #888;
        border: 0px solid #000;
        height: 2px;
        display: block;
        margin-top: 2.5px;
    }
    /*******************************登录 小屏幕 样式****************************/
@media (max-width: 768px) {
    .login {width: 95%;margin-right: 2.5%;box-sizing: border-box;position: inherit;left: 0;top: 10%;margin-left: 2.5%;}
    .login_top {width: 90%;}
    .login_top > span {text-align: center;width: 100%;}
    .login > a {width: 170px;margin-left: 0;}
    .login > span {margin-left: 30px;line-height: 30px;}
    .login > span a {width: 80px;height: 30px;display: inline-block;}
    .login > span .topforget {margin-left: 30px;}
    .login > span .topreg {margin-right: 0;}
    .login_top > b {margin-left: 0;position: absolute;right: 20px;}
    .login_input > input {width: 90%;}

    .reg {width: 95%;margin-right: 2.5%;box-sizing: border-box;position: inherit;left: 0;top: 10%;margin-left: 2.5%;}
    .find {width: 95%;margin-right: 2.5%;box-sizing: border-box;position: inherit;left: 0;top: 10%;margin-left: 2.5%;}
}
/*滚动条*/
::-webkit-scrollbar{width:4px;height:4px;}
::-webkit-scrollbar-thumb{border-radius: 5px;-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);background: rgba(0,0,0,0.2);}
::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);border-radius: 0;background: rgba(0,0,0,0.1);}
/*设置导航样式*/
.myheader {
    z-index: 30;
    position: fixed;
}
    .myheader .navbar {
        font-size: 12px;
        font-weight: normal; /*去除字体加粗*/
        background-color: #212529;
        padding: 0px;
    }
.myheader .sign-in-holder .btn {
    background-color: rgb(0, 0, 0);
    border: 0px solid transparent;
    color:#fff;
    font-size: 12px;
}
.myheader .sign-in-holder a {
    color: #fff;
    text-decoration: none
}

    .myheader .sign-in-holder a:hover, a:focus, a:active {
        color: #1ABA79;
        text-decoration: none;
    }


@media screen and (max-width:500px) {
    .myheader .navbar {
        padding: 0rem 1rem;
    }
}
/*设置导航品牌*/
.myheader .navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    margin-right: 1rem;
    font-size: 2rem;
    line-height: inherit;
    white-space: nowrap;
    padding-bottom: 1.1rem;
}

.myheader .unified-navigation .sign-in-holder a {
    letter-spacing: 0
}
.myheader .navbar-nav .nav-link {
    color: #fff !important;
}
/*设置导航中的连接样式*/
.myheader .nav-link {
    padding: 32px 0px 32px 0px;
    /*font-weight: 700;*/
    background-color: transparent;
    border-bottom: .25rem solid transparent;
}

    .myheader .nav-link:hover,
    .myheader .nav-link:focus {
        border-bottom-color: #1cad7e;
        transition: all .7s ease-out; /*设置动画时间*/
    }
@media (max-width:768px) {
    .myheader .nav-link {
        padding: 1rem 1rem;
        border-bottom: 1px solid #ddd;
    }
}
/*设置菜单选择后的样式*/
#servicesH .servicesH .nav-link, #customersH .customersH .nav-link, #resourcesH .resourcesH .nav-link, #pricingH .pricingH .nav-link {
    background-color: transparent;
    border-bottom: .25rem solid transparent;
    border-bottom-color: #1cad7e;
}

/*设置语言框样式*/
.myheader .navbar-nav .btn-group, .myheader .btn-group-vertical {
    position: relative;
    display: inline;
    vertical-align: middle;
    padding: 6px;
}
/*banner 样式*/
.main-banner {
    margin-top: 65px;
}
@media screen and (min-width: 992px) {
    .main-banner {
        margin-top: 68px;
    }
}
@media screen and (min-width: 1200px){
    .main-banner {
        margin-top: 84px;
    }
}
/*.main-banner 背景大图*/
.main-banner .jumbotron {
    width: 99.99%;
    height: 492px;
    margin-bottom: 0;
    background: url("../images/Superhero.jpg") no-repeat center center;
    background-size: cover;
    background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
    .main-banner .jumbotron {
        height: 321px;
        background-position: right;
    }
}

.main-banner .jumbotron h1 {
    color: #fff;
    font-size: 48px;
    line-height: 38px;
    font-weight: 700;
    text-shadow: 1px 1px 5px #000;
    margin-top: 145px
}

.main-banner .jumbotron p {
    color: #fff;
    font-size: 18px;
    line-height: 38px;
    font-weight:400;
    text-shadow: 1px 1px 5px #000;
    margin-top: 50px
}
/*小屏时出现 左右括号小背景图片*/
@media screen {
    .main-banner .jumbotron p img {
        margin-right: 5px;
        vertical-align: -webkit-baseline-middle
    }

    .main-banner .jumbotron p .green-laurel-enclosure {
        position: relative
    }
}
@media screen and (max-width: 768px) {
    .main-banner .jumbotron h1 {
        text-shadow: 1px 1px 5px #000;
    }
    .main-banner .jumbotron h1 {
        color: #4d4843;
        font-size: 26px;
        line-height: 36px;
        font-weight: 700;
        text-shadow: 0px 0px 0px #000;
        margin-top: 310px;
        text-align: center;
    }
    .main-banner .jumbotron p {
        color: #4d4843;
        text-shadow: 0px 0px 0px #000;
        margin-top: 12px;
        text-align: center;
        font-weight:300;
        font-size:18px;
        line-height:28px;
    }
    /*小屏时出现 左右括号小背景图片*/
    .main-banner .jumbotron p .green-laurel-enclosure:before, .main-banner .jumbotron p .green-laurel-enclosure:after {
        content: '';
        background: url(../images/right-laurel.svg);
        width: 30px;
        height: 65px;
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        display: inline-block;
        top: 7px
    }
    /*设置括号图片右边距*/
    .main-banner .jumbotron p .green-laurel-enclosure:before {
        right: -200px
    }
    /*设置括号图片左边距*/
    .main-banner .jumbotron p .green-laurel-enclosure:after {
        left: -55px;
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1)
    }
}
/*main-banner .overlap-cta-banner样式*/
.main-banner .overlap-cta-banner {
    padding-top: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin-top:-68px;
}
/*设置渐变背景颜色*/
.main-banner  .overlap-cta-banner .cta-holder {
    width: 86%;
    margin: 0 auto;
    min-height: 120px;
    background-color: #1cad7e;
    background: -webkit-linear-gradient(104.18deg,#1cad7e 37.38%,#98d7cc 89.36%);
    background: -o-linear-gradient(104.18deg,#1cad7e 37.38%,#98d7cc 89.36%);
    background: linear-gradient(104.18deg,#1cad7e 37.38%,#98d7cc 89.36%);
    box-shadow: 2px 2px 4px rgba(0,0,0,.25);
    border-radius: 3px;
    padding-top: 25px;
    padding-bottom: 25px;
    color:#fff;
}
/*设置图片*/
.main-banner .overlap-cta-banner .cta-holder .content-holder img {
    margin: 0 10px 0 17px;
    float: left;
}
@media (max-width:768px){
    .main-banner .overlap-cta-banner .cta-holder {
        width: 98%;
    }
    .main-banner .overlap-cta-banner {
        margin-top: 220px;
    }
    /*文字居中*/
    .main-banner .overlap-cta-banner .cta-holder .content-holder p{
        text-align :center;
    }
    /*图片居中*/
    .main-banner .overlap-cta-banner .cta-holder .content-holder p img{
       float:none;
       display:block;
       margin:0 auto;
    }
}
/*main-banner overlap-cta-banner层*/
.main-banner .overlap-cta-banner .cta-holder .button-holder {
    margin-top: 24px;
    text-align: center;
}

/*main-banner按钮样式*/
.main-banner .overlap-cta-banner .cta-holder .button-holder a {
    width: 220px;
    display: inline-block;
    box-shadow: 2px 2px 6px 0 rgba(77,72,67,.5);
    color: #fff;
    background-color: #1cad7e;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    padding: 16px 14px 12px;
    border-radius: 2px;
    font-family: "noto_sanssemibold";
    font-size: 14px;
    -webkit-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    text-decoration: none;
}
.main-banner .overlap-cta-banner .cta-holder .button-holder a.white-transparent {
    border: 1px solid #fff;
    box-sizing: border-box;
    box-shadow: 2px 2px 4px rgba(0,0,0,.25);
    border-radius: 3px;
    background-color: transparent;
    -webkit-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}


.main-banner .overlap-cta-banner .cta-holder .button-holder a.white {
    background-color: #fff;
    color: #4d4843;
}
.main-banner .overlap-cta-banner .cta-holder .button-holder a.white:hover {
    background-color: #e8e8e8;
    color: #4d4843;
}

.main-banner .overlap-cta-banner .cta-holder .button-holder a.white-transparent:hover {
    background-color: rgba(0,0,0,.1);
}
@media screen and (max-width: 768px) {
    .main-banner .overlap-cta-banner .cta-holder .button-holder a {
        display: inline-block;
        margin-top: 10px;
    }
}
/*幻灯 样式*/
.flex-holder{
    margin-top:60px;
}
.carousel-inner img {
    margin: 17px;
    width: 150px;
    height: 48px;
    float: left;
}
/*幻灯左右按钮*/
.carousel-control-prev-icon {
    width: 12px;
    background-image: url(../images/left.png);
}

.carousel-control-next-icon {
    width: 12px;
    background-image: url(../images/right.png);
}
.carousel-control-prev {
    justify-content:flex-start;
}
.carousel-control-next {
    justify-content: flex-end;
}
@media (max-width: 767px) {
    .flex-holder {
        margin-top: 570px;
    }
    .carousel-inner li {
        display: inline-block;
    }

    .carousel-inner img {
        margin: 0px;
        width: 100px;
        height: 38px;
        float: left;
    }

    .carousel-inner ul {
        position: relative;
        line-height: 1.4em;
        /* 3 times the line-height to show 3 lines */
        height: 4.2em;
        overflow: hidden;
    }
}
/*文字 token翻译服务*/
.flex-layout {
    padding-top: 24px;
    padding-bottom: 24px;
    color: #4d4843;
}
.flex-layout.layout-column-three .content-holder{
    margin-top: 24px;
}

.flex-layout.layout-column-three .heading-holder {
    text-align: left;
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    position: relative;
    padding-left: 0px;
}
.flex-layout .content-holder p {
    min-height: 96px;
}

.flex-layout.layout-default.default h2 {
    font-weight: 400;
    font-size: 36px;
    line-height: 50px;
    color: #9b9b9b;
    margin-bottom: 28px;
}

.flex-layout.layout-default.default h2 > strong {
        color: #4d4843;
        font-weight: 600;
}
.flex-layout .content-holder ul li {
    font-size: 14px;
    font-weight: 600;
    position: relative;
}
@media screen and (max-width: 768px) {
    .flex-layout.layout-default.default h2 {
        font-weight: 400;
        font-size: 20px;
        line-height: 28px;
        color: #9b9b9b;
        margin-bottom: 28px;
    }
    .flex-layout.layout-column-three .heading-holder {
        text-align: center;
    }
}
/*分隔线*/
.flex-layout.separator.medium hr {
    margin: 0 auto;
    max-height: 192px;
    border-color: #9b9b9b;
}

@media screen and (max-width: 768px) {
    .flex-layout.separator.medium hr {
        margin: 0 auto;
        max-height: 192px;
    }
}
/*项目1样式*/
.project {
    font-size: 13px;
    color: #4d4843;
    display:inline;
}
.nav-tabs {
    margin: 0;
    padding: 0;
    border: none;
    display: flex;
}
.project .nav-link{
    width: 100%;
    height: 70px;
    color: #9b9b9b;
    display: block;
    font-size: 13px;
    cursor: pointer;
    font-weight: 600;
    display: flex; /*flex弹性布局*/
    justify-content: center;
    align-items: center;
    text-align:center;
    text-decoration: none;
    border-top: 5px solid transparent;
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.project .nav-link.active:link{
    color: #1cad7e;
    background-color: #f4f4f4;
    border-top: 5px solid #1cad7e;
}
.project .nav-link:hover {
    color: #1cad7e;
    background-color: #f4f4f4;
    border-top: 5px solid #1cad7e;
}


.project .tab-content .tab-pane {
    padding: 30px 20px;
    margin-bottom: 10px;
    min-height: 340px;
    background-color: #f4f4f4;
}
.project .tab-content li {
    padding-left: 9px;
    line-height: 24px;
    font-size: 12px;
}
@media screen{
    .project .image-holder {
        height: 115px;
        width: 130px;
        margin-bottom: 25px;
        cursor: default
    } 
    .project .image-holder .image-item {
        height: inherit;
        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat
    }
    .project .tab-content .image-holder {
        width: 175px;
        height: 80px;
        margin: auto;
    }
}
.project .image-holder .image-item {
    height: inherit;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}
/*项目2样式*/
.project2{
    display:none;
}
.project2 .card-body {
    font-size: 13px;
    background-color: #f4f4f4;
    margin-bottom: 3px
}
.project2 .card{
    border:0px;
}
.accordion .card .card-header {
    text-decoration: none;
    margin-bottom: 5px;
}
.project2 .card-header .btn-link {
    color:#333;
}
.project2 .card-header .btn-link:hover,.project2 .card-header .btn-link:focus {
    text-decoration: none;    
}
.project2 .card-header {
    margin-bottom: 10px;
    padding: 5px 15px;
    border: 1px solid #ddd;
}
/*一站式 样式*/
.yizhanshi .card .card-img-top {
    width: 150px;
    height: 170px;
    margin:auto;
}
.yizhanshi .card ul >li {
    font-size: 11px;
    font-weight: 600;
}
/*选择合适的方案 样式*/
 .main-dropdown button {
    width: 100%;
    font-size: 16px;
    text-align: left;
    padding: 10px 8px;
    background: #f4f4f4;
    border-color: #e7e7e7;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: #fff;
    outline: 0;
}
 .main-dropdown button .caret {
    top: 50%;
    right: 18px;
    position: absolute;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.shihefangan  .pricing-dots::before {
    text-align:center;
    opacity: .3;
    display: block;
    font-size: 22px;
    margin-top: 44px;
    letter-spacing: 10px;
    content: "•••••••••••";
}
.to:before {
    z-index: 1;
    content: "• • •";
    display: block;
    margin-bottom: 6px;
    opacity: .3;
    font-size: 18px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
/*企业依赖 样式*/
.qiye .carousel-inner img {
    margin:0px;
    width:auto;
    height:auto;
}
.qiye a,a:hover, a:focus, a:active {
    color: #1cad7e;
    text-decoration: none;
}
/*底部 样式*/
.footer-layouts .list-group-item {
    background-color: #4d4843;
    border: 0px;
    text-align: left;
    font-size: 13px;
    padding: .2rem 1.25rem;
}
.footer-layouts li img {
    margin: 0 auto;
    width: 30px;
    height: 30px;
    opacity: 1;
    transition: all .3s ease-in-out;
}
.footer-layouts .copy{
    font-size:10px;
    text-align:center;
}

/*gotop*/
.cbbfixed {
    position: fixed;
    right: 10px;
    transition: bottom ease .3s;
    bottom: -85px;
    z-index: 3;
    cursor: pointer;
}

    .cbbfixed .cbbtn {
        width: 40px;
        height: 40px;
        display: block;
        background-color: #02a2aa;
    }

    .cbbfixed .gotop {
        transition: background-color ease .3s;
        margin-top: 1px;
    }

        .cbbfixed .gotop .up-icon {
            float: left;
            margin: 14px 0 0 9px;
            width: 23px;
            height: 12px;
            background: url(../images/side-icon02.png);
        }

        .cbbfixed .gotop:hover {
            background-color: #2c2d2e;
        }

    .cbbfixed .cweixin {
        background: #dadbdd;
    }

        .cbbfixed .cweixin div {
            background: url(../images/erwei.png);
            width: 194px;
            height: 199px;
            position: absolute;
            left: -194px;
            top: -115px;
            opacity: 0;
            transform: scale(0);
            -webkit-transform: scale(0);
            transform-origin: 100% 70%;
            -webkit-transform-origin: 100% 70%;
            transition: transform ease .3s,opacity ease .3s;
            -webkit-transition: all ease .3s;
            display: none\0;
            *display: none;
        }

        .cbbfixed .cweixin:hover div {
            display: block;
            transform: scale(1);
            -webkit-transform: scale(1);
            opacity: 1;
            *display: block;
        }

        .cbbfixed .cweixin .weixin-icon {
            float: left;
            margin: 12px 0 0 11px;
            width: 18px;
            height: 18px;
            background: url(../images/side-icon01.png);
        }
/*----------------------------------------------响应式-------------------------------*/
@media only screen and (max-width: 600px) {
    /*设置 项目的隐藏与显示*/
    .project {
        display: none;
    }
    .project2 {
        display: inline;
    }
}
@media only screen and (min-width: 600px) {
    /*设置 项目的隐藏与显示*/
    .project {
        display: none;
    }

    .project2 {
        display: inline;
    }
}
@media only screen and (min-width: 768px) {
    /*设置 项目的隐藏与显示*/
    .project{
        display:none;
    }
    .project2{
        display:inline;
    }
}
@media only screen and (min-width: 992px) {
    /*设置 项目的隐藏与显示*/
    .project{
        display:none;
    }
    .project2{
        display:inline;
    }
}
@media only screen and (min-width: 1200px) {
    /*设置 项目的隐藏与显示*/
    .project{
        display:inline;
    }
    .project2{
        display:none;
    }
}

/*-----------------------------------services页 样式--------------------*/

.services .jumbotron {
    width: 99.99%;
    margin-top:60px;
    margin-bottom: 0;
    background: url("../images/services-header_top-1-1.jpg") no-repeat left top;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 140px;
}
.services .jumbotron h1 {
    font-size: 48px;
    font-weight: 800;
    text-shadow: 1px 1px 5px rgba(0,0,0,.8);
}
.services .jumbotron .banner-text {
    line-height: 60px;
}
.services .jumbotron .btn-fixed-width {
    font-size: 16px;
    width: 250px;
}
@media only screen and (max-width: 768px){
    .services .jumbotron h1 {
        font-size: 28px;
    }
}
.services .negative {
    text-shadow: 1px 1px 5px rgba(0,0,0,.8);
    text-decoration: none #fff;
    margin-top: -2rem;
}

/*卡片字体*/
.services .card {
    padding-top: 20px;
    padding-bottom:50px;
}

.services .card .card-img-top {
        padding-left: 20px;
    }

.services .card .btn-primary {
        color: #fff;
        background-color: #1cad7e;
        border-color: transparent;
        font-size: 14px;
        font-weight: 600;
        margin-left: 20px;
    }

.services .card .card-title {
        color: #4c4643;
        font-weight: bolder;
        font-size: 24px;
    }
/*-----------价格及语言----------------*/
.pricing .biaozhun .list-group-item {
    background-color: #1cad7e;
    color: #fff;
}
.pricing .shangwu .list-group-item {
    background-color: #84b8b0;
    color: #fff;
}
.pricing .fujia .list-group-item {
    background-color: #a7cb7f;
    color: #fff;
}
.pricing .list-group-item .white{
    border:1px solid #fff;
}
.pricing .lang {
    border: solid 1px #e7e7e7;
    border-radius: 3px;
    background: #f4f4f4;
    padding: 10px 8px;
    text-align: left;
    font-size: 14px;
    margin-top:8px;
}

/****************************************新闻列表页样式***************************/
.banner-cont {
    width:99%;
    height: 150px;
}

@media screen and (min-width: 758px) {
    .banner-cont {
        height: 121px;
    }
}
@media screen and (min-width: 992px) {
    .banner-cont {
        height: 150px;
    }
}

/***********************************关于我们***************************/
.about .card .card-img-top {width: 122px;height: 120px;margin: auto;}
.banner-about{ background:url(../../../images/atbanner.jpg) top center no-repeat; background-size: cover;}

.company{ padding-top:90px;}
.company .prouduct{ margin-bottom:40px;}
.company .prouduct p{ margin-top:40px; line-height:30px;font-size:14px;}
@media (max-width: 768px)
{
.company{ padding-top:50px;}
.company .prouduct p{ font-size:14px;}
}


.translator .title,.promise .title{margin-bottom:40px;}
.translator{ padding-top:90px;}
.translator .padding{ padding-left:0; padding-right:0;}
.translator .tran-img1{ background:#f4f4f4; height:390px; background:url(../../../images/about_01.jpg) top center no-repeat; background-size:cover;}
.translator .tran-img2{ background:#f4f4f4; height:390px; background:url(../../../images/about_02.jpg) top center no-repeat; background-size:cover;}
.translator .tran-img3{ background:#f4f4f4; height:390px; background:url(../../../images/tong-right.jpg) top center no-repeat; background-size:cover;}
.translator .tran-body{ padding:40px 60px; background:#f4f4f4;}
.translator .tran-body h4{ text-align:center; font-size:18px; font-weight:600;}
.translator .tran-body p{ text-align:center; line-height:30px;}
@media (max-width: 768px)
{
.translator{ padding-top:50px;}
.translator .tran-img1{ height:230px;}
.translator .tran-img2{ height:230px;}
.translator .tran-img3{ height:230px;}
.translator .tran-body{ padding:20px 30px;}
}


.promise{ padding:90px 0;}
.promise .pro-body .img-responsive{ width:100px; margin:0 auto; margin-bottom:20px;}
.promise .pro-body h4{ font-size:18px; text-align:center; margin-bottom:30px;}
.promise .pro-body p{ color:#7c7c7c; text-align:center; line-height:30px;}

/***********************************服务条款***************************/
.clause{ padding:30px; background:#fff;}
.clause .clause-title{ padding-bottom:30px; border-bottom:1px solid #ddd; text-align:center;}
.clause .clause-title img{ width:34px; margin-right:10px;}
.clause h3{ text-align:center; margin-bottom:20px;}
.clause .gray{ color:#999999; text-align:center;}
.clause .clause-page{ margin-top:60px;}
.clause .clause-page p{ line-height:30px; margin-bottom:30px;}
@media (max-width: 768px)
{
.clause{ padding:20px;}
.clause .clause-title{ padding-bottom:20px;}
.clause h3{ font-size:20px;}
.clause .clause-page{ margin-top:30px;}
.clause .clause-page p{ line-height:30px; margin-bottom:20px; font-size:14px;}
}



/***********************************联系我们***************************/
.banner-contact{ background:url(../../../images/conbanner.jpg) top center no-repeat; background-size: cover;}
.banner-contact .ward h2,.banner-contact .ward h3{ color:#5d5d5a;}

.contact-box .contact-icon .phone-box{ text-align:center;}
.contact-box .contact-icon .phone-box .border-box{width: 50px; height: 50px; display: inline-block; border:1px solid #5d5d5a; border-radius: 50%; text-align: center; line-height: 50px; margin-bottom:20px;}
.contact-box .contact-icon .phone-box .border-box .fa{ font-size:24px;}
.contact-box .contact-icon .phone-box h4{ margin-top:0;}
.contact-box .contact-icon .phone-box p{ color:#1cad7e; margin-bottom:14px;}
.contact-box .contact-icon .phone-box .bg-border{ width:50px; border-bottom:3px solid #1cad7e; margin:0 auto;}
@media (max-width: 992px)
{
.contact-box .contact-icon .phone-box{ margin-bottom:30px;}
.contact-box .contact-icon .phone-box .border-box{ margin-bottom:10px;}
}

.contact-box .contact-word{ padding-top:90px;}
.contact-box .contact-word #title{margin-bottom:40px;}
/*.contact-box .contact-word .float-left{ float:left;}
.contact-box .contact-word .float-right{ float:right;}*/
.contact-box .contact-word .explains{ padding-left:3%;}
.contact-box .contact-word .float-right .explains{ padding-left:14%;}
.contact-box .contact-word .text50{ background:#f4f4f4; width:90%; border:none; border-radius:30px; resize:none; padding:14px 24px; color:#ccc; margin-bottom:40px;}
.contact-box .contact-word .right{ float:right;}
.contact-box .contact-word .text100{ background:#f4f4f4; width:100%; border:none; border-radius:30px; resize:none; padding:14px 24px; color:#ccc; margin-bottom:40px;}
.contact-box .contact-word .tjbtn{ text-align:center; border-radius:30px; background:#1aba79; padding:14px 60px; border:1px solid transparent; color:#fff; width:}
@media (max-width: 992px)
{
.contact-box .contact-word .padding-left{padding-left:0;}
.contact-box .contact-word .explains{ padding-left:0;}
.contact-box .contact-word .float-right .explains{ padding-left:0;}
.contact-box .contact-word .text50{ width:100%;}
}


.contact-box .contact-adress{ padding-top:90px; overflow:hidden;}
.contact-box .contact-adress .fa-map-marker{ font-size:22px; color:#1cad7e; margin-right:10px;}
.contact-box .contact-adress .font-size{ font-size:22px;}
.contact-box .contact-adress h3{ margin-bottom:30px;}
.contact-box .contact-adress .float-right{ text-align:right; padding-right:40px;}
.contact-box .contact-adress h4{ font-size:30px; color:#1cad7e;}
.contact-box .contact-adress p{ line-height:40px; color:#5d5d5a; margin-bottom:30px;}
@media (max-width: 992px)
{
.contact-box .contact-adress h3{ font-size:20px;}
.contact-box .contact-adress .float-right{ text-align:left;}
.contact-box .contact-adress p{ line-height:30px;}
}


/************************************质量方针页 样式***********************/
@media(max-width: 1200px) {
    .quality h2 {font-size: 36px}
}

@media(max-width: 992px) {
    .quality h2 {font-size: 30px}

}

@media(max-width: 768px) {
    .quality h2{font-size:20px}
    .hidden-xs {
        display: none !important;
    }
}
@media(min-width:1200px){
    .hiddenMd {
        display: none !important;
    }
}
/**************/
.qp-table .table-levels {
    color: #1cad7e;
    font-size: 14px;
    text-transform: uppercase;
    width: 98%;
    padding: 0 10px;
    text-align: center;
    border-bottom: 1px solid #1cad7e;
    line-height: .1em;
    margin: 30px 3px 20px;
    display: block
}

    .qp-table .table-levels span {
        background-color: #f4f4f4;
        padding: 0 10px
    }

/*************/

.qp-table table {
    color: #fff;
    font-size: 14px;
    table-layout: fixed
}

    .qp-table table thead tr th {
        padding: 6px 0;
        font-size: 14px;
        font-weight: 700
    }

    .qp-table table tr th {
        text-align: center;
        color: #fff;
        padding: 18px 6px;
        font-weight: 400;
        line-height: 1.5;
        vertical-align: middle
    }

        .qp-table table tr th .title {
            font-weight: 700;
            margin-bottom: 6px
        }

        .qp-table table tr th.type {
            color: #4c4643
        }

    .qp-table table .type {
        background-color: #fff;
        color: #4c4643
    }

    .qp-table table .machine {
        background: #7a7673
    }

    .qp-table table .standard {
        background: #04ae7d
    }

    .qp-table table .business {
        background: #82b8b0
    }

    .qp-table table .ultra {
        background: #a7cb7f
    }

/****************/
.qp-oursupport .block ul {
    padding-left: 0
}

    .qp-oursupport .block ul li {
        border-bottom: 1px solid #ddd;
        width: 100%;
        font-size: 14px;
        margin: 15px 0 15px 0;
    }

        .qp-oursupport .block ul li:last-child {
            border-bottom: none
        }

        .qp-oursupport .block ul li.check:before {
            font-family: "icomoon";
            color: #1cad7e
        }

        .qp-oursupport .block ul li.close:before {
            font-family: "icomoon";
            color: #ea5e47
        }

    .qp-oursupport .block ul li {
        padding: 14px 0
    }

        .qp-oursupport .block ul li:before {
            margin-left: 0
        }
/*******************/
@media(max-width: 768px) {
    .qp-table table.table-qp-2 tr th {
        display: block
    }

        .qp-table table.table-qp-2 tr th.visible-xs {
            display: block !important;
            padding: 6px 0;
            font-weight: 700
        }

    .qp-table table tr th:first-child {
        width: 100%
    }

    .qp-table table tr.mobile-only {
        display: table;
        table-layout: fixed;
        width: 100%
    }

        .qp-table table tr.mobile-only.head th {
            border-bottom: 1px solid #fff;
            padding: 6px 0
        }

        .qp-table table tr.mobile-only th {
            width: 25%;
            border: none;
            border-right: 1px solid #fff;
            padding-left: 6px;
            padding-right: 6px;
            word-wrap: break-word;
            -webkit-hyphens: auto;
            -moz-hyphens: auto;
            -ms-hyphens: auto;
            hyphens: auto
        }

            .qp-table table tr.mobile-only th:last-child {
                border-right: none
            }
}
/*************译员页 样式******************/

.translators .jumbotron-bg-img{background:url(../images/bg_translators.jpg) no-repeat left top}

/*************token翻译服务 样式 ************************/
.business .jumbotron-bg-img {
    background: url(../images/business-header-1.jpg) no-repeat left top
}
/*************订购页 样式 ************************/
.tips-for-ordering .jumbotron-bg-img {
    background: url(../images/ordering-tips-min.jpg) no-repeat left bottom
}
/***************联系销售页 样式*******************/
@media screen {
    .flex-layout.layout-contact-form .side-details .image-holder .image-item {
        width: 90px;
        height: 90px;
        display: inline-block;
        vertical-align: middle;
        border-radius: 100%;
        margin: 5px;
        background-size: contain;
        background-position: 50%;
        background-repeat: no-repeat
    }
}



@media screen and (min-width:768px) {
    .flex-layout.layout-contact-form .side-details .image-holder .image-item {
        height: 53px;
        width: 53px
    }
}

@media screen and (min-width:1200px) {
    .flex-layout.layout-contact-form .side-details .image-holder .image-item {
        height: 96px;
        width: 96px
    }
}
/*************电子商务页 样式 ************************/
.ecommercePage .jumbotron-bg-img {
    background: url(../images/bg_how_high.jpg) no-repeat left bottom;
    background-size: cover
}
/*************新型媒体页 样式*************************/
.mediaPage .jumbotron-bg-img {
    background: url(../images/how-gengo-works.jpg) no-repeat left center;
    background-size: cover
}
/*************新型旅游页 样式*************************/
.travelPage .jumbotron-bg-img {
    background: url(../images/header-travel.jpg) no-repeat left top;
    background-size: cover
}

/******************新闻详情页 样式*******************************/

.newsInfo .container .row .side-article a, .newsInfo .container .row .side-article a:hover, .newsInfo .container .row .side-article a:focus, .newsInfo .container .row .side-article a:active {
    color: #2f2c2c;
}
/***********************************全国连锁***************************/
.banner-chain{ background:url(../../../images/chainbanner.jpg) top center no-repeat; background-size: cover;}

@media (min-width: 1200px)
{
.chain-box{ padding:0 100px;}
}
.chain-box h3{ color:#1cad7e; font-size:22px; margin-bottom:30px;}
.chain-box p{ margin-bottom:30px; line-height:30px;}
.chain-box p b{ font-weight:600; font-size:18px; margin-right:16px; color:#333;}
.chain-box p a{ margin-right:16px; color:#333;}

/*************学习资源 样式 ************************/
.learningPage .jumbotron-bg-img {
    background: url(../images/translatorresources-header.png);
    background-size:100% ;
    background-repeat:no-repeat;
    background-position:left top;
}
/****************** 社区 ***************************/
.navbar-nav-holder ul li a {
    font-family: roboto_bold;
    font-size: 14px;
    /*color: #C4C4C4;*/
    line-height: 16px;
    display: flex;
    height: 50px;
    min-width: 91px;
    align-items: center;
    /*justify-content: center;*/
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    text-decoration: none;
    padding: 0 10px;
}
.meta-group { color: #ccc; display: inline-block; font-size: 11px;}
/*小竖杠*/
.navbar .navbar-separator {width: 1px;  height: 13px;  background-color: #FFFFFF;  margin: 13px 16.33px;}

/******************* API ***********************/
.developers .jumbotron-bg-img {
    background: url(../images/bg_developers_high.jpg) no-repeat left top;
    background-size: cover
}
/******************* 沙盘 ***********************/
.sandbox .navbar a { color: #666; text-decoration: none}
.sandbox .btn-link:hover, .sandbox a:hover {
    color: #cc3217;
}
    .sandbox .navbar-dark .navbar-nav .nav-link {
    color: #4d4843;
}
.sandbox .navbar-nav {
    padding-left: 30px;
    margin-bottom: 0;
}
.sandbox .navbar .navbar-brand {
    background-color: #ea5e47;
    line-height: 26px;
    float: left;
    padding: 13.5px 18px;
    font-size: 16px;
    line-height: 21px;
    height: 48px;
}
.sandbox .navbar .navbar-brand:before {
    display: block;
    width: 59px;
    height: 20px;
    content: "";
    background-image: url(../images/logo_developer.svg);
    background-repeat: no-repeat;
    -webkit-background-size: 59px 20px;
    background-size: 59px 20px;
}
/******************* Documentation 样式 ***********************/
.DocumentationPage .myheader .sign-in-holder .btn {
    background-color: #4D4843;
    border: 0px solid transparent;
    color: #fff;
    font-size: 12px;
}
.DocumentationPage .bs-sidenav h5 {
    font-size: 14px;
    font-weight: bold;
    margin-left: 16px;
    margin-bottom: 5px;
}
.DocumentationPage .bs-sidenav  > li > a {
    display: block;
    margin-left: 0px;
    line-height: 36px;
    font-size: 14px;
    color: #4c4643;
    padding: 5px 20px;
}
.DocumentationPage .bs-sidenav > li > a:hover {
    text-decoration: none;
    background-color: #eeeeee;
}
    .DocumentationPage .bs-sidenav > li >  a:active, a:focus, a:visited, a:active {
        text-decoration: none;

    }
/****************Open Data 页 样式*****************************/
.OpenDataPage body{	-webkit-font-smoothing:antialiased;	color:#fff;	background-color: #4D4843;}
.OpenDataPage .navbar-nav > li > a {
    display: block;
    margin-left: 0px;
    line-height: 16px;
    font-size: 14px;
    color: #fff;
    padding: 5px 20px;
}

.OpenDataPage .navbar-nav > li > a:hover {
    text-decoration: none;
    color:#4d4843;
    background-color: #eeeeee;
}

.OpenDataPage .navbar-nav > li > a:active, a:focus, a:visited, a:active {
    text-decoration: none;
}